home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / forecastfox___-0.9.7.6-fx.xpi / defaults / default.jar / pack.rdf next >
Extensible Markup Language  |  2007-09-10  |  2KB  |  43 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:NC="http://home.netscape.com/NC-rdf#"
  5.      xmlns:im="http://www.ensolis.com/2005/icon-manager#">
  6.   
  7.   <Description about="http://www.ensolis.com/2005/icon-pack/install">
  8.  
  9.   <!-- information about the pack -->
  10.   <im:id>default</im:id>
  11.   <im:name>AccuWeather.com® Iconic (Default)</im:name>
  12.   <im:version>1.0</im:version>
  13.   <im:website>http://www.accuweather.com/</im:website>
  14.   <im:author>AccuWeather.com®</im:author>
  15.  
  16.   <!-- information about icons -->                
  17.   <im:target>1.0</im:target>
  18.   <im:smallWidth NC:parseType="Integer">32</im:smallWidth>
  19.   <im:smallHeight NC:parseType="Integer">20</im:smallHeight>
  20.   <im:largeWidth NC:parseType="Integer">64</im:largeWidth>
  21.   <im:largeHeight NC:parseType="Integer">40</im:largeHeight>
  22.   
  23.   <!-- create exemptions for the swa icons -->
  24.   <im:exemption>
  25.     <Description>
  26.       <im:index>swa</im:index>
  27.       <im:size>small</im:size>
  28.       <im:width NC:parseType="Integer">15</im:width>
  29.       <im:height NC:parseType="Integer">15</im:height>    
  30.     </Description>
  31.   </im:exemption>
  32.   
  33.   <!-- create exemptions for the radar icons -->  
  34.   <im:exemption>
  35.     <Description>
  36.       <im:index>radar</im:index>
  37.       <im:size>small</im:size>
  38.       <im:width NC:parseType="Integer">15</im:width>
  39.       <im:height NC:parseType="Integer">15</im:height>    
  40.     </Description>
  41.   </im:exemption>
  42.   </Description>
  43. </RDF>